MainWeb.LoadCustomData

MainWeb.LoadCustomData event

Fires when the control’s SessionMode is set to Custom and needs to load sheet data. You may handle this event in Custom Session mode to load sheet data from file or database.

public event WorkbookEventHandler LoadCustomData;

See Also