Share

LayoutCopiedEventHandler Type

Description

This is type Autodesk.AutoCAD.DatabaseServices.LayoutCopiedEventHandler.

C#

public delegate void LayoutCopiedEventHandler(object sender, LayoutCopiedEventArgs e);

Visual Basic

Public Delegate Sub LayoutCopiedEventHandler(object sender, LayoutCopiedEventArgs e) As void

Was this information helpful?