InterfaceIMetadataStatusCallback
Interface
Definition
Namespace:Telerik.OpenAccess.Metadata
Assembly:Telerik.OpenAccess.dll
Syntax:
cs-api-definition
public interface IMetadataStatusCallback
Derived Classes:
Methods
OnPropertyChanged(object, string, object, object)
Declaration
cs-api-definition
void OnPropertyChanged(object owner, string propertyName, object newValue, object oldValue)
Parameters
owner
object
propertyName
string
newValue
object
oldValue
object