TitleBarSystemEventHandler
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:
C#
public delegate void TitleBarSystemEventHandler(object sender, EventArgs args)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, EventArgs args, AsyncCallback callback, object @object)