New to Telerik UI for WinFormsStart a free 30-day trial

Represents a method which will handle the PopupOpening event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void RadPopupOpeningEventHandler(object sender, CancelEventArgs args)

Constructors

C#
public RadPopupOpeningEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, CancelEventArgs args, AsyncCallback callback, object @object)
Parameters:senderobjectargsCancelEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, CancelEventArgs args)
Parameters:senderobjectargsCancelEventArgs