WorksheetFileContextLoadDelegate Delegate
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public delegate void FileContextLoadDelegate(
string fileName,
out FileContext fileContext
)
Public Delegate Sub FileContextLoadDelegate (
fileName As String,
<OutAttribute> ByRef fileContext As FileContext
)
public delegate void FileContextLoadDelegate(
String^ fileName,
[OutAttribute] FileContext^% fileContext
)
type FileContextLoadDelegate =
delegate of
fileName : string *
fileContext : FileContext byref -> unit
Parameters
- fileName String
-
- fileContext FileContext
-