ProjectDataSet.DependencyRowChangeEventHandler Delegado
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Describe la configuración del controlador de eventos para cuándo se editan los datos asociados a yProjectDataSet.DependencyRowse debe desencadenar un evento.
public: delegate void ProjectDataSet::DependencyRowChangeEventHandler(System::Object ^ sender, ProjectDataSet::DependencyRowChangeEvent ^ e);
public delegate void ProjectDataSet.DependencyRowChangeEventHandler(object sender, ProjectDataSet.DependencyRowChangeEvent e);
type ProjectDataSet.DependencyRowChangeEventHandler = delegate of obj * ProjectDataSet.DependencyRowChangeEvent -> unit
Public Delegate Sub ProjectDataSet.DependencyRowChangeEventHandler(sender As Object, e As ProjectDataSet.DependencyRowChangeEvent)
Parámetros
- sender
- Object