Spread Silverlight Documentation
IsEventSuspened Method


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

Return Value

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

Reference

FloatingObject Class
FloatingObject Members