Click or drag to resize

IState Interface

State interface

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public interface IState

The IState type exposes the following members.

Properties
 NameDescription
Public propertyState Gets the State
Top
Methods
 NameDescription
Public methodOnStateChange Invoked when the state of the SharpScriptBase object changes
Top
See Also