GrapeCity.Xaml.SpreadSheet.Data
IsEventSuspened Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > FloatingObject Class : IsEventSuspened Method
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

Reference

FloatingObject Class
FloatingObject Members