'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
.