C# Class XamMapz.EventSuspender

Helper class to suspend event handling
Afficher le fichier Open project: gabornemeth/XamMapz

Protected Properties

Свойство Type Description
_count int

Méthodes publiques

Méthode Description
Allow ( ) : void

Allow Event handling

Suspend ( ) : void

Suspend event handling

Method Details

Allow() public méthode

Allow Event handling
public Allow ( ) : void
Résultat void

Suspend() public méthode

Suspend event handling
public Suspend ( ) : void
Résultat void

Property Details

_count protected_oe property

protected int _count
Résultat int