DelegateTitleBarSystemEventHandler
Delegate
Represents the method that will handle title bar system events such as Close, MaximizeRestore, Minimize, and MinimizeInTheTray.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public delegate void TitleBarSystemEventHandler(object sender, EventArgs args)
Constructors
Methods
BeginInvoke(object, EventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, EventArgs args, AsyncCallback callback, object @object)
Parameters
sender
args
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result