Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / IsEventSuspened Method


In This Topic
    IsEventSuspened Method
    In This Topic
    Determines whether the PropertyChanged event is suspended.
    Syntax
    'Declaration
     
    Public Function IsEventSuspened() As Boolean
    'Usage
     
    Dim instance As FloatingObject
    Dim value As Boolean
     
    value = instance.IsEventSuspened()
    public bool IsEventSuspened()

    Return Value

    true if the PropertyChanged event suspended; otherwise, false.
    See Also