ClassRenderTransform
Class
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public abstract class RenderTransform : INotifyPropertyChanged
Inheritance: objectRenderTransform
Derived Classes:
Implements:
Constructors
RenderTransform()
Declaration
cs-api-definition
protected RenderTransform()
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements