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

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Creates an instance of the RadPopupOpeningEventArgs class.

C#
public RadPopupOpeningEventArgs(Point location)
Parameters:locationPoint

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; }