| EventRecorderTArgs Property | 
            Gets the args parameter from the last time the event was raised.
            
 
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxPublic ReadOnly Property Args As T
	Get
public:
property T Args {
	T get ();
}member Args : 'T with get
Property Value
Type: 
T See Also
See Also