TreeView.callback

Returns the current callback of this TreeView.

  1. void delegate(bool) callback()
    class TreeView(Data)
    final const
    static if(modelHasCollapsed)
    void delegate
    (
    bool
    )
    callback
    ()
  2. void callback(void delegate(bool) callback)

Meta