The UpdateBindingMode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UpdateBindingMode | Initializes a new instance of the UpdateBindingMode class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() ![]() | GetPropertyChanged |
Gets whether or not the Text binding is updated every time the text in the TextBox changes.
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() ![]() | SetPropertyChanged |
Sets whether or not to update the Text binding whenever the text changes.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | PropertyChangedProperty |
Identifies the PropertyChanged attched property.
|
Attached Properties
Name | Description | |
---|---|---|
![]() | PropertyChanged | If set to True on a TextBox, updates the Text binding source whenever the Text property changes (instead of on focus change as normal). |