Show / Hide Table of Contents

Delegate IDataSetCollection.OnDataSetUpdatedHandler

Delegate for the OnDataSetUpdated event OnDataSetUpdated

Namespace: STAIExtensions.Abstractions.Collections
Assembly: STAIExtensions.Abstractions.dll
Syntax
public delegate void OnDataSetUpdatedHandler(IDataSet sender, EventArgs e);
Parameters
Type Name Description
IDataSet sender
EventArgs e
Back to top Copyright © 2022 Trevor Mare