OnChangedRender Attribute More...
Inherits Attribute.
Public Member Functions | |
OnChangedRenderAttribute (string methodName) | |
Initializes a new instance of the OnChangedRenderAttribute class. More... | |
Properties | |
string | MethodName [get] |
Gets the name of the method to be called when the property changes. More... | |
OnChangedRender Attribute
This attribute is used to specify a method that should be called when the property changes.
OnChangedRenderAttribute | ( | string | methodName | ) |
Initializes a new instance of the OnChangedRenderAttribute class.
methodName | The name of the method to be called when the property changes. |
ArgumentNullException | Thrown when methodName is null or empty. |
|
get |
Gets the name of the method to be called when the property changes.