LoadingStateChangeHandler Delegate

Summary

A callback delegate for loading state changes. An ExtensionMessage instance. The msg has properties that may be meaningful to some handlers. True if the msg announces that we've started the loading process; false if the loading process is ending
Namespace
Atavism
Interfaces
  • ICloneable
  • ISerializable
Base Types
  • object
  • Delegate
  • MulticastDelegate
graph BT Type-->Base0["MulticastDelegate"] Base0-->Base1["Delegate"] Base1-->Base2["object"] Type-.->Interface0["ICloneable"] Type-.->Interface1["ISerializable"] Type["LoadingStateChangeHandler"] class Type type-node

Syntax

public delegate void LoadingStateChangeHandler(ExtensionMessage msg, bool starting) : 
    MulticastDelegate, ICloneable, ISerializable

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate