CalloutPopupOpeningEventHandler
Delegate
Event handler for the PopupOpeningEvent.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public delegate void CalloutPopupOpeningEventHandler(object sender, CancelRoutedEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, CancelRoutedEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, CancelRoutedEventArgs e)