静态事件 meaning in English
inactive event
static events
Examples
- An event may be declared as a static event using the
关键字可以将事件声明为静态事件。 - Shows how to define and use static events
说明如何定义和使用静态事件。 - In the example , an event handler reports on the occurrence of the
因为这是一个静态事件,所以您必须在 - On static events , the
对于静态事件, - This makes the event available to callers at any time , even if no instance of the class exists
即使类没有任何实例,调用方也能在任何时候使用静态事件。