Delegate CalloutPopupOpeningEventHandler
Event handler for the PopupOpeningEvent.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public delegate void CalloutPopupOpeningEventHandler(object sender, CancelRoutedEventArgs e);
Parameters
System.Object
sender
The placement target of the popup / callout. |
CancelRoutedEventArgs
e
Cancellable event args. |
Constructors
CalloutPopupOpeningEventHandler(Object, IntPtr)
Declaration
public CalloutPopupOpeningEventHandler(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
|