public event ArchiverSfxCreatedEventHandler SfxCreated
Public Event SfxCreated As ArchiverSfxCreatedEventHandler
Dim instance As Archiver
Dim handler As ArchiverSfxCreatedEventHandler
AddHandler instance.SfxCreated, handler
public:
event ArchiverSfxCreatedEventHandler^ SfxCreated {
void add (ArchiverSfxCreatedEventHandler^ value);
void remove (ArchiverSfxCreatedEventHandler^ value);
}
member SfxCreated : IEvent<ArchiverSfxCreatedEventHandler,
string>
No code example is currently available or this language may not be supported.