public tImplicitThrowEvent event { get; set; }
Public Property event As tImplicitThrowEvent
Get
Set
public:
property tImplicitThrowEvent^ event {
tImplicitThrowEvent^ get ();
void set (tImplicitThrowEvent^ value);
}
member event : tImplicitThrowEvent with get, set