DelegateCalloutPopupClosingEventHandler
Delegate
Event handler for the PopupClosingEvent.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public delegate void CalloutPopupClosingEventHandler(object sender, CancelRoutedEventArgs e)
Constructors
Methods
BeginInvoke(object, CancelRoutedEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, CancelRoutedEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, CancelRoutedEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, CancelRoutedEventArgs e)
Parameters
sender
e