Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
FOnline
DefaultEventArgs
C# Class FOnline.DefaultEventArgs
Args for handlers that can allow/prevent default engine behavior.
Inheritance:
System.EventArgs
ファイルを表示
Open project: wladimiiir/vault112
Public Methods
Method
Description
DefaultEventArgs
( ) :
System
PreventDefaults
( ) :
void
Marks that the event should not be processed further by the engine.
Method Details
DefaultEventArgs()
public
method
public
DefaultEventArgs
( ) :
System
return
System
PreventDefaults()
public
method
Marks that the event should not be processed further by the engine.
public
PreventDefaults
( ) :
void
return
void