Represents the method that will handle the node object compute bounds event.
Namespace:
AltaVim.WinFormsAssembly: AltaVim.WinForms.ExtendedTreeView.NET20 (in AltaVim.WinForms.ExtendedTreeView.NET20)
Version: 5.5.0.0
Syntax
| C# |
|---|
public delegate void ComputeEventHandler( ComputeEventArgs e ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ComputeEventHandler ( _ e As ComputeEventArgs _ ) |
| Visual C++ |
|---|
public delegate void ComputeEventHandler( ComputeEventArgs^ e ) |