Class CalloutPopupClosingEventHandler
Event handler for the Popup
Inheritance
System.Object
CalloutPopupClosingEventHandler
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class CalloutPopupClosingEventHandler : MulticastDelegate
Constructors
CalloutPopupClosingEventHandler(Object, IntPtr)
Declaration
public CalloutPopupClosingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CancelRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CancelRoutedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Cancel
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CancelRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, CancelRoutedEventArgs e)
Parameters
System.
|
Cancel
|