ClassTemplateUpdatedEventArgs
Class
Contains information about the TemplateUpdated event.
Definition
Namespace:Telerik.WinControls.UI.SlideView
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TemplateUpdatedEventArgs : EventArgs
Inheritance: objectEventArgsTemplateUpdatedEventArgs
Inherited Members
Constructors
TemplateUpdatedEventArgs(LightVisualElement, object)
Initializes a new instance of the TemplateUpdatedEventArgs class.
Declaration
cs-api-definition
public TemplateUpdatedEventArgs(LightVisualElement template, object dataObject)
Parameters
template
dataObject
Properties
DataObject
Gets the data bound object.
Declaration
cs-api-definition
public object DataObject { get; }
Property Value
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
cs-api-definition
public LightVisualElement Template { get; }
Property Value