| **Navigation:**  [[clarion.htm|Clarion.Net (Clarion#)]] > [[clarion net language reference.htm|Clarion# Language Extensions]] > CLASS attributes >====== EVENT (CLASS Delegate Event) ====== | [[delegate function reference .htm|{{btn_prev_n.gif|Previous page}}]][[clarion net language reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[indexer class index .htm|{{btn_next_n.gif|Next page}}]] | | || **EVENT, **<;** **//delegate procedure label //> {{blk2blue.jpg|blk2blue.jpg}} An **EVENT** is a special CLASS attribute whose method provides notification to the clients of any class activity. This is an effective replacement of the standard events that were used in WIN32 applications. The use of the EVENT function and associated Event equates are no longer valid in Clarion# applications. In Clarion#, an event is first registered, and when that event is generated by the operating system, a corresponding method is called where actions on that event can be executed. See the //Conceptual Example// located in the [[delegate function reference .htm|DELEGATE]] help topic.