Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ImmediatePostDataAttribute Constructors

Applied to business class properties. Indicates that the property editor’s control value should be passed to the property of a bound object as soon as possible when the value is changed by user. For instance, it allows you to enforce updating other displayed values that are calculated based on the current property.
Name Parameters Description
ImmediatePostDataAttribute() none Initializes a new instance of the ImmediatePostDataAttribute class.
ImmediatePostDataAttribute(Boolean) immediatePostData Initializes a new instance of the ImmediatePostDataAttribute class.
See Also