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.
public ref class DictionaryEventArgs : Microsoft::Practices::CompositeUI::Utility::DataEventArgs<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^>
public class DictionaryEventArgs : Microsoft.Practices.CompositeUI.Utility.DataEventArgs<System.Collections.Generic.Dictionary<string,object>>
type DictionaryEventArgs = class
inherit DataEventArgs<Dictionary<string, obj>>
Public Class DictionaryEventArgs
Inherits DataEventArgs(Of Dictionary(Of String, Object))