C# Class TreeSharp.GroupComposite.ChildrenCleanupHandler

Inheritance: CleanupHandler
Mostra file Open project: lances101/BoringHeroes

Public Methods

Method Description
ChildrenCleanupHandler ( GroupComposite owner, object context ) : System.Collections.Generic

Protected Methods

Method Description
DoCleanup ( object context ) : void

Method Details

ChildrenCleanupHandler() public method

public ChildrenCleanupHandler ( GroupComposite owner, object context ) : System.Collections.Generic
owner GroupComposite
context object
return System.Collections.Generic

DoCleanup() protected method

protected DoCleanup ( object context ) : void
context object
return void