Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModelBase Class / IsEventSuspend Method


In This Topic
    IsEventSuspend Method
    In This Topic
    Determines whether the Changed event is suspend.
    Syntax
    'Declaration
     
    Public Function IsEventSuspend() As Boolean
    'Usage
     
    Dim instance As SheetSpanModelBase
    Dim value As Boolean
     
    value = instance.IsEventSuspend()
    public bool IsEventSuspend()

    Return Value

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