Method CheckStateChangedEvent
CheckStateChangedEvent(ChangeEvent<TValue>)
Called to confirm if the state has changed.
Declaration
protected virtual bool CheckStateChangedEvent(ChangeEvent<TValue> changeEvent)
Parameters
Type | Name |
---|---|
ChangeEvent<TValue> | changeEvent |
Returns
Type | Description |
---|---|
bool | True for confirmation of change, False otherwise. |