Class Controller
Inheritance
System.Object
Controller
Inherited Members
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.dll
Syntax
public abstract class Controller : INotifyPropertyChanged
Constructors
Controller()
Fields
Empty
Properties
ProcessNext
Gets or sets whether to process the next item.
Declaration
public bool ProcessNext { get; set; }
Property Value
System.Boolean
The process next. |
Methods
ExecuteCore(Object, Object)
Declaration
protected abstract ActionResult ExecuteCore(object key, object context)
Parameters
System.Object
key
|
System.Object
context
|
Returns
ActionResult
|
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|