LoadUsedFEColumnsEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void LoadUsedFEColumnsEventHandler(System::Object ^ sender, UsedFEInputColumns ^ args);
public delegate void LoadUsedFEColumnsEventHandler(object sender, UsedFEInputColumns args);
type LoadUsedFEColumnsEventHandler = delegate of obj * UsedFEInputColumns -> unit
Public Delegate Sub LoadUsedFEColumnsEventHandler(sender As Object, args As UsedFEInputColumns)
Parameters
- sender
- Object
- args
- UsedFEInputColumns