Class
RadPopupOpeningEventArgs

Instances of this class contain information about the opening event of a popup control.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPopupOpeningEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsRadPopupOpeningEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

RadPopupOpeningEventArgs(Point)

Creates an instance of the RadPopupOpeningEventArgs class.

Declaration

cs-api-definition
public RadPopupOpeningEventArgs(Point location)

Parameters

location

Point

Properties

CustomLocation

Gets an instance of the Point struct which contains the coordinates which will be used to position the popup.

Declaration

cs-api-definition
public Point CustomLocation { get; set; }

Property Value

Point