Show / Hide Table of Contents

Delegate GeoVectorProperty.FilterCommandDelegate

Delegate definition for FilterCommandEvent

Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public delegate void FilterCommandDelegate(GeoVectorProperty sender, string menuId, CommandState commandState, ref bool handled);
Parameters
Type Name Description
GeoVectorProperty sender

this object

System.String menuId

menu id of the selected menu entry

CommandState commandState

when not null, asks for the state of the menu

System.Boolean handled

set to true if handled

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX