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