EventRecorderTSender Property |
Gets the sender 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 public Object Sender { get; }
Public ReadOnly Property Sender As Object
Get
public:
property Object^ Sender {
Object^ get ();
}
member Sender : Object with get
Property Value
Type:
ObjectSee Also