Class TemplateUpdatedEventArgs
Contains information about the Template
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.SlideView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TemplateUpdatedEventArgs : EventArgs
Constructors
TemplateUpdatedEventArgs(LightVisualElement, Object)
Initializes a new instance of the Template
Declaration
public TemplateUpdatedEventArgs(LightVisualElement template, object dataObject)
Parameters
Light
|
System.
|
Properties
DataObject
Gets the data bound object.
Declaration
public object DataObject { get; }
Property Value
System.
|
Remarks
If the Rad
Template
Gets the element from the template.
Declaration
public LightVisualElement Template { get; }