C# Class csExWB.UpdatePageStatusEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
browser object
done bool
page int

Méthodes publiques

Méthode Description
Reset ( ) : void
SetParameters ( object Browser, int Page, bool Done ) : void
UpdatePageStatusEventArgs ( ) : System

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

SetParameters() public méthode

public SetParameters ( object Browser, int Page, bool Done ) : void
Browser object
Page int
Done bool
Résultat void

UpdatePageStatusEventArgs() public méthode

public UpdatePageStatusEventArgs ( ) : System
Résultat System

Property Details

browser public_oe property

public object browser
Résultat object

done public_oe property

public bool done
Résultat bool

page public_oe property

public int page
Résultat int