Table of Contents

Class GroupNodeBase.OnChildNodeChangedArgs

Namespace
HelixToolkit.SharpDX.Model.Scene
Assembly
HelixToolkit.SharpDX.dll
public sealed class GroupNodeBase.OnChildNodeChangedArgs : EventArgs
Inheritance
GroupNodeBase.OnChildNodeChangedArgs
Inherited Members

Constructors

OnChildNodeChangedArgs(SceneNode?, Operation)

Initializes a new instance of the GroupNodeBase.OnChildNodeChangedArgs class.

public OnChildNodeChangedArgs(SceneNode? node, GroupNodeBase.Operation operation)

Parameters

node SceneNode

The node.

operation GroupNodeBase.Operation

if set to true [add or remove].

Properties

Node

Gets or sets the node.

public SceneNode? Node { get; }

Property Value

SceneNode

The node.

Operation

Gets or sets a value indicating whether [add =true or remove = false].

public GroupNodeBase.Operation Operation { get; }

Property Value

GroupNodeBase.Operation

true if [add or remove]; otherwise, false.

Operators

implicit operator SceneNode?(OnChildNodeChangedArgs)

public static implicit operator SceneNode?(GroupNodeBase.OnChildNodeChangedArgs args)

Parameters

args GroupNodeBase.OnChildNodeChangedArgs

Returns

SceneNode