Share

LayoutCopiedEventHandler Type

Description

This is type Autodesk.AutoCAD.DatabaseServices.LayoutCopiedEventHandler.

Visual Basic

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

C#

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

Was this information helpful?