C# Class CodeTV.GraphBuilderBase.PossibleEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: dgis/CodeTV

Méthodes publiques

Свойство Type Description
isPossible bool
possible string

Méthodes publiques

Méthode Description
PossibleEventArgs ( string possible, bool isPossible ) : System

Method Details

PossibleEventArgs() public méthode

public PossibleEventArgs ( string possible, bool isPossible ) : System
possible string
isPossible bool
Résultat System

Property Details

isPossible public_oe property

public bool isPossible
Résultat bool

possible public_oe property

public string possible
Résultat string