Class TemplateUpdatedEventArgs
Contains information about the TemplateUpdated event.
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 TemplateUpdatedEventArgs class.
Declaration
public TemplateUpdatedEventArgs(LightVisualElement template, object dataObject)
Parameters
LightVisualElement
template
|
System.Object
dataObject
|
Properties
DataObject
Gets the data bound object.
Declaration
public object DataObject { get; }
Property Value
System.Object
|
Remarks
If the RadSlideView is in bound mode, returns the current object in the data source. In unbound mode this property returns null.
Template
Gets the element from the template.
Declaration
public LightVisualElement Template { get; }
Property Value
LightVisualElement
|