Skip to main content
A newer version of this page is available. .

ImmediatePostDataAttribute Properties

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 Description
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
Value This property is intended for internal use.
See Also