Can you tell me what the syntax would be for creating an event that can be called later by an event handler?
C# example:
publiceventEventHandler CloseButtonPressed;
Can you tell me what the syntax would be for creating an event that can be called later by an event handler?
C# example:
publiceventEventHandler CloseButtonPressed;