ReadOnlyPropertyChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventArgs raised by the ReadOnlyPropertyChagned event to indicate which property was changed
public class ReadOnlyPropertyChangedEventArgs : EventArgs
type ReadOnlyPropertyChangedEventArgs = class
inherit EventArgs
Public Class ReadOnlyPropertyChangedEventArgs
Inherits EventArgs
- Inheritance
-
ReadOnlyPropertyChangedEventArgs
Constructors
ReadOnlyPropertyChangedEventArgs(String) |
Construct a new ReadOnlyPropertyChangedEventArgs with a property name |
Properties
PropertyName |
Set or retrieve the Property Name |