Interface IObjectEditingObserver
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface IObjectEditingObserver
Methods
OnObjectEdited(Object, Object)
Declaration
void OnObjectEdited(object item, object originalObjectState)
Parameters
System.Object
item
|
System.Object
originalObjectState
|
OnObjectEditing(Object)
Declaration
bool OnObjectEditing(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|
OnObjectSaving(Object)
Declaration
bool OnObjectSaving(object item)
Parameters
System.Object
item
|
Returns
System.Boolean
|