Represents a method that creates a table editor.
| C# |
public delegate void CreateEditorCallback( ITableEditor newForm, Object userState )
- newForm (ITableEditor)
- table designer
- userState (Object)
- user state information
| C# |
public delegate void CreateEditorCallback( ITableEditor newForm, Object userState )