UltimateEditor Class Library

UltimateEditor.PostBackEventHandler Delegate

Declares the PostBack event handler delegate.

[Visual Basic]
Public Delegate Sub UltimateEditor.PostBackEventHandler( _
   ByVal sender As Object, _
   ByVal e As PostBackEventArgs _
)
[C#]
public delegate void UltimateEditor.PostBackEventHandler(
   object sender,
   PostBackEventArgs e
);

Requirements

Namespace: Karamasoft.WebControls.UltimateEditor

Assembly: UltimateEditor (in UltimateEditor.dll)

See Also

Karamasoft.WebControls.UltimateEditor Namespace