Class CalloutPopupClosingEventHandler
Event handler for the PopupClosingEvent.
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.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CancelRoutedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CancelRoutedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CancelRoutedEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CancelRoutedEventArgs)
Declaration
public virtual void Invoke(object sender, CancelRoutedEventArgs e)
Parameters
System.Object
sender
|
CancelRoutedEventArgs
e
|