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