Spread Silverlight Documentation
IsEventSuspend Method


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetSpanModelBase Class : IsEventSuspend Method
Determines whether the Changed event is suspend.
Syntax
'Declaration
 
Public Function IsEventSuspend() As System.Boolean
'Usage
 
Dim instance As SheetSpanModelBase
Dim value As System.Boolean
 
value = instance.IsEventSuspend()
public System.bool IsEventSuspend()

Return Value

true if the Changed event is suspend; otherwise, false
See Also

Reference

SheetSpanModelBase Class
SheetSpanModelBase Members