[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Löst das Ereignis ShowSubGraph aus.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
C# |
---|
public void OnShowSubGraph( SubGraphEventArgs e ) |
Visual Basic |
---|
Public Sub OnShowSubGraph ( _ e As SubGraphEventArgs _ ) |
F# |
---|
abstract OnShowSubGraph : e:SubGraphEventArgs -> unit override OnShowSubGraph : e:SubGraphEventArgs -> unit |
Parameters
- e
- Type: DynamicNode.Core..::..SubGraphEventArgs
Eine NodeEventArgs-Instanz, welche die Ereignis-Parameter enthält.