Class
RadPageViewCancelEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewCancelEventArgs : RadPageViewEventArgs

Inheritance: objectEventArgsRadPageViewEventArgsRadPageViewCancelEventArgs

Derived Classes: RadPageViewPeekPopupEventArgsRadPageViewIndexChangingEventArgs

Inherited Members RadPageViewEventArgs.PageEventArgs.Empty

Constructors

RadPageViewCancelEventArgs(RadPageViewPage)

Declaration

cs-api-definition
public RadPageViewCancelEventArgs(RadPageViewPage page)

Parameters

page

RadPageViewPage

Properties

Cancel

Determines whether the event is canceled or may continue.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool