Namespace: Semata.ControlsCLR
Normal: The EditCommand sets the object beging edited to that selected by the selector. The New Command sets the object beging edited to the result of calling Creator().
AutoEdit: The object beging edited is set to that selected by the selector. The NewCommand sets the object beging edited to the result of calling Creator().
AutoNew: The object beging edited is set to the result of calling Creator(). EditCommand needs executing sets the object beging edited to that selected by the selector.
Members
Name | Description |
Normal |
Nomrmal |
AutoEdit |
Selected object defaults to currently edited object |
AutoNew |
Selected object defaults to object returned by Creator() |