[]
        
(Showing Draft Content)

C1.Win.C1Command.LayoutLinkEventHandler

LayoutLinkEventHandler Delegate

Represents the method that will handle a LayoutLink event.

Namespace: C1.Win.C1Command
Assembly: C1.Win.C1Command.4.8.dll
Syntax
public delegate void LayoutLinkEventHandler(object sender, LayoutLinkEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

LayoutLinkEventArgs e

A LayoutLinkEventArgs object that contains the event data.

Constructors

Name Description
LayoutLinkEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, LayoutLinkEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, LayoutLinkEventArgs)