DictionaryEventArgs Class
Provides data for an event that requires a dictionary of information.
Namespace: Microsoft.Practices.CompositeUI
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
Public Class DictionaryEventArgs
Inherits DataEventArgs(Of Dictionary(Of String, Object))
'Usage
Dim instance As DictionaryEventArgs
public class DictionaryEventArgs : DataEventArgs<Dictionary<string,Object>>
public ref class DictionaryEventArgs : public DataEventArgs<Dictionary<String^, Object^>^>
public class DictionaryEventArgs extends DataEventArgs<Dictionary<String,Object>>
public class DictionaryEventArgs extends DataEventArgs<Dictionary<String,Object>>
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Practices.CompositeUI.Utility.DataEventArgs
Microsoft.Practices.CompositeUI.DictionaryEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DictionaryEventArgs Members
Microsoft.Practices.CompositeUI Namespace