GetAvailableBLOBColumnsEventHandler 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 GetAvailableBLOBColumnsEventHandler(System::Object ^ sender, AvaliableFEInputColumns ^ args);
public delegate void GetAvailableBLOBColumnsEventHandler(object sender, AvaliableFEInputColumns args);
type GetAvailableBLOBColumnsEventHandler = delegate of obj * AvaliableFEInputColumns -> unit
Public Delegate Sub GetAvailableBLOBColumnsEventHandler(sender As Object, args As AvaliableFEInputColumns)
Parameters
- sender
- Object