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

Represents the method that will handle the

Represents the RadPopupClosedEventArgs. Represents the sender of the event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public delegate void RadPopupClosedEventHandler(object sender, RadPopupClosedEventArgs args)

Constructors

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

Methods

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

IAsyncResult

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