Click or drag to resize

DictionaryEventArgs Properties

The DictionaryEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyDictionary
Gets the dictionary of values associated with the event. This dictionary may be read-only.
Public propertyIsCancelable
Gets a value indicating whether the event is cancelable.
Top
See Also