Class RadPopupOpeningEventArgs
Instances of this class contain information about the opening event of a popup control.
Inheritance
System.Object
RadPopupOpeningEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPopupOpeningEventArgs : CancelEventArgs
Constructors
RadPopupOpeningEventArgs(Point)
Creates an instance of the RadPopupOpeningEventArgs class.
Declaration
public RadPopupOpeningEventArgs(Point location)
Parameters
System.Drawing.Point
location
|
Properties
CustomLocation
Gets an instance of the System.Drawing.Point struct which contains the coordinates which will be used to position the popup.
Declaration
public Point CustomLocation { get; set; }
Property Value
System.Drawing.Point
|