Share

LayoutEventHandler Type

Description

This is type Autodesk.AutoCAD.DatabaseServices.LayoutEventHandler.

Visual Basic

Public Delegate Sub LayoutEventHandler(object sender, LayoutEventArgs e) As void

C#

public delegate void LayoutEventHandler(object sender, LayoutEventArgs e);

Was this information helpful?