APNSoft Controls [4.5.2.20] - API Reference
IncludeEventHandler Delegate

Represents the method that will handle command events of an Include.

[Visual Basic]
Public Delegate Sub IncludeEventHandler( _
   ByVal sender As Object, _
   ByVal e As IncludeEventArgs _
)
[C#]
public delegate void IncludeEventHandler(
   object sender,
   IncludeEventArgs e
);

Parameters

sender
Include object that is considered as initiator of the event.
e
Event arguments of the IncludeEventArgs type.

Requirements

Namespace: APNSoft.WebControls

Assembly: APNSoftControls (in APNSoftControls.dll)

See Also

APNSoft.WebControls Namespace