DataEventArgs<TData>(TData) Constructor
Definition
Important
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:
DataEventArgs(TData data);
public DataEventArgs (TData data);
new Microsoft.Practices.CompositeUI.Utility.DataEventArgs<'Data> : 'Data -> Microsoft.Practices.CompositeUI.Utility.DataEventArgs<'Data>
Public Sub New (data As TData)
Parameters
- data
- TData