C# Class XamMapz.EventSuspender

Helper class to suspend event handling
显示文件 Open project: gabornemeth/XamMapz

Protected Properties

Property Type Description
_count int

Public Methods

Method Description
Allow ( ) : void

Allow Event handling

Suspend ( ) : void

Suspend event handling

Method Details

Allow() public method

Allow Event handling
public Allow ( ) : void
return void

Suspend() public method

Suspend event handling
public Suspend ( ) : void
return void

Property Details

_count protected_oe property

protected int _count
return int