Method | Description | |
---|---|---|
RegisterProperty ( Object driver, Object target, string propertyPath ) : void | ||
UnregisterProperties ( Object driver ) : void | ||
UnregisterProperty ( Object driver, Object target, string propertyPath ) : void |
public static RegisterProperty ( Object driver, Object target, string propertyPath ) : void | ||
driver | Object | |
target | Object | |
propertyPath | string | |
return | void |
public static UnregisterProperties ( Object driver ) : void | ||
driver | Object | |
return | void |
public static UnregisterProperty ( Object driver, Object target, string propertyPath ) : void | ||
driver | Object | |
target | Object | |
propertyPath | string | |
return | void |