Provides data for the ComputeBounds events

Namespace:  AltaVim.WinForms
Assembly:  AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0

Syntax

C#
public class ComputeEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ComputeEventArgs _
	Inherits EventArgs
Visual C++
public ref class ComputeEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    AltaVim.WinForms..::.ComputeEventArgs

See Also