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:
C#
public class RadPopupOpeningEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadPopupOpeningEventArgs
Inherited Members
Constructors
Creates an instance of the RadPopupOpeningEventArgs class.
Properties
Gets an instance of the Point struct which contains the coordinates which will be used to position the popup.
C#
public Point CustomLocation { get; set; }