Interactivity / ConnectionState / Disconnect
ConnectionState.Disconnect Class
Section titled “ConnectionState.Disconnect Class”Namespace: Nodify.Interactivity
Assembly: Nodify
Inheritance: Object → InputElementState<BaseConnection> → ConnectionState.Disconnect
References: BaseConnection
public class Disconnect : InputElementState<BaseConnection>
Constructors
Section titled “Constructors”ConnectionState.Disconnect(BaseConnection)
Section titled “ConnectionState.Disconnect(BaseConnection)”public Disconnect(BaseConnection connection);
Parameters
connection
BaseConnection
Methods
Section titled “Methods”OnMouseDown(MouseButtonEventArgs)
Section titled “OnMouseDown(MouseButtonEventArgs)”protected override void OnMouseDown(MouseButtonEventArgs e);
Parameters
OnMouseUp(MouseButtonEventArgs)
Section titled “OnMouseUp(MouseButtonEventArgs)”protected override void OnMouseUp(MouseButtonEventArgs e);
Parameters