[]
        
(Showing Draft Content)

C1.Win.Command.LayoutLinkEventHandler

LayoutLinkEventHandler Delegate

Represents the method that will handle a LayoutLink event.

Namespace: C1.Win.Command
Assembly: C1.Win.Command.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, nint)

Methods

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