SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Descreve as configurações do manipulador de eventos para quando os dados associados a um SecurityGroupsDataSet.SecurityGroupsRow são editados e um evento deve ser disparado.
public: delegate void SecurityGroupsDataSet::SecurityGroupsRowChangeEventHandler(System::Object ^ sender, SecurityGroupsDataSet::SecurityGroupsRowChangeEvent ^ e);
public delegate void SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler(object sender, SecurityGroupsDataSet.SecurityGroupsRowChangeEvent e);
type SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler = delegate of obj * SecurityGroupsDataSet.SecurityGroupsRowChangeEvent -> unit
Public Delegate Sub SecurityGroupsDataSet.SecurityGroupsRowChangeEventHandler(sender As Object, e As SecurityGroupsDataSet.SecurityGroupsRowChangeEvent)
Parâmetros
- sender
- Object