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