ClassRadPopupOpeningEventArgs
Class
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
Constructors
RadPopupOpeningEventArgs(Point)
Creates an instance of the RadPopupOpeningEventArgs class.
Declaration
cs-api-definition
public RadPopupOpeningEventArgs(Point location)
Parameters
location
Properties
CustomLocation
Gets an instance of the Point struct which contains the coordinates which will be used to position the popup.