Provides event arguments for a Secure
- Inheritance:
-
object
Event
Args RoutedEvent PropertyArgs Changed <SecureRouted Event Args String > object
Constructors
SecureStringPropertyChangedRoutedEventArgs(SecureString, SecureString)
Initializes a new instance of the SecureStringPropertyChangedRoutedEventArgs
class.
Parameter | Type | Description |
---|---|---|
oldValue | Secure |
The previous value of the property being tracked as reported by an event. |
newValue | Secure |
The new value of the property being tracked as reported by an event. |
SecureStringPropertyChangedRoutedEventArgs(RoutedEvent, SecureString, SecureString)
Initializes a new instance of the SecureStringPropertyChangedRoutedEventArgs
class.
Parameter | Type | Description |
---|---|---|
routedEvent | Routed |
The routed event identifier for this event arguments instance. |
oldValue | Secure |
The previous value of the property being tracked as reported by an event. |
newValue | Secure |
The new value of the property being tracked as reported by an event. |