Class
RadPageViewEditorEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewEditorEventArgs : RadPageViewEventArgs

Inheritance: objectEventArgsRadPageViewEventArgsRadPageViewEditorEventArgs

Inherited Members RadPageViewEventArgs.PageEventArgs.Empty

Constructors

RadPageViewEditorEventArgs(RadPageViewPage, IInputEditor)

Declaration

cs-api-definition
public RadPageViewEditorEventArgs(RadPageViewPage page, IInputEditor activeEditor)

Parameters

page

RadPageViewPage

activeEditor

IInputEditor

Properties

ActiveEditor

Gets the IInputEditor related with the page.

Declaration

cs-api-definition
public IInputEditor ActiveEditor { get; }

Property Value

IInputEditor

Value

Gets the editor value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object