Click or drag to resize

NOTIFICATION_USER_INPUT_DATA Structure

[This is preliminary documentation and is subject to change.]

NOTIFICATION_USER_INPUT_DATA Structure

Namespace:  DesktopToast
Assembly:  DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntax
[SerializableAttribute]
public struct NOTIFICATION_USER_INPUT_DATA

The NOTIFICATION_USER_INPUT_DATA type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldKey
ID of the user input field
Public fieldValue
Input value selected by a user for the given input field
Top
See Also