Contains information about the created pips pager item.
Definition
Namespace:Telerik.WinControls.UI.PipsPager
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CreatePipItemEventArgs : EventArgs
Inheritance: objectEventArgsCreatePipItemEventArgs
Inherited Members
Constructors
Initializes a new instance of the CreatePipItemEventArgs class.
C#
public CreatePipItemEventArgs(PipsPagerItem pipItem)
The pip item.
Properties
Gets or sets the pips pager item that will be added to the RadPipsPagerElement.
C#
public PipsPagerItem PipItem { get; set; }