LayoutManagerAbortLayoutCopied Event
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public event LayoutEventHandler AbortLayoutCopied
Public Event AbortLayoutCopied As LayoutEventHandler
public:
event LayoutEventHandler^ AbortLayoutCopied {
void add (LayoutEventHandler^ value);
void remove (LayoutEventHandler^ value);
}
member AbortLayoutCopied : IEvent<LayoutEventHandler,
LayoutEventArgs>
Value
LayoutEventHandler
See Also