Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
FOnline
DefaultEventArgs
C# Class FOnline.DefaultEventArgs
Args for handlers that can allow/prevent default engine behavior.
Inheritance:
System.EventArgs
Afficher le fichier
Open project: wladimiiir/vault112
Méthodes publiques
Méthode
Description
DefaultEventArgs
( ) :
System
PreventDefaults
( ) :
void
Marks that the event should not be processed further by the engine.
Method Details
DefaultEventArgs()
public
méthode
public
DefaultEventArgs
( ) :
System
Résultat
System
PreventDefaults()
public
méthode
Marks that the event should not be processed further by the engine.
public
PreventDefaults
( ) :
void
Résultat
void