Delegate PropertyChanged
Callback raised when an inspected object's property is edited, reporting the
property name and its new value.
Assembly: Reportman.Designer.dll
Syntax
public delegate void PropertyChanged(string propertyName, object value)
Parameters
| Type |
Name |
Description |
| string |
propertyName |
Callback raised when an inspected object's property is edited, reporting the property name and its new value. |
| object |
value |
Callback raised when an inspected object's property is edited, reporting the property name and its new value. |
Constructors
View Source
PropertyChanged(object, nint)
Declaration
public PropertyChanged(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(string, object, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(string propertyName, object value, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(string, object)
Declaration
public virtual void Invoke(string propertyName, object value)
Parameters