Class ProviderUILayerInitilizedEventArgs
Provides the event arguments for the ProviderUILayerInitialized event of RadRichTextEditor.
Inheritance
System.Object
System.EventArgs
ProviderUILayerInitilizedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ProviderUILayerInitilizedEventArgs : EventArgs
Constructors
ProviderUILayerInitilizedEventArgs(ProviderUILayerBase, Canvas, UILayerUpdateContext)
Declaration
public ProviderUILayerInitilizedEventArgs(ProviderUILayerBase layer, Canvas container, UILayerUpdateContext context)
Parameters
ProviderUILayerBase
layer
|
Canvas
container
|
UILayerUpdateContext
context
|
Properties
Container
The main element container for the layer.
Declaration
public Canvas Container { get; }
Property Value
Canvas
|
Context
The context under which the layer is being initialized.
Declaration
public UILayerUpdateContext Context { get; }
Property Value
UILayerUpdateContext
|
Layer
The layer which has been initialized.
Declaration
public ProviderUILayerBase Layer { get; }
Property Value
ProviderUILayerBase
|