Informs the delegate that a Growl notification was clicked.
Original signature is '- (void) growlNotificationWasClicked:(id)clickContext'
Available in Growl v1.2 and later.

Declaration Syntax
public delegate void GrowlNotificationWasClickedMessageEventHandler(
Id clickContext
)
Public Delegate Sub GrowlNotificationWasClickedMessageEventHandler ( _
clickContext As Id _
)
public delegate void GrowlNotificationWasClickedMessageEventHandler(
Id^ clickContext
)

Parameters

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Growl (Module: Monobjc.Growl)