BindingOperations.CollectionRegistering Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Ocorre quando o sistema de ligação de dados repara numa coleção.
public:
static event EventHandler<System::Windows::Data::CollectionRegisteringEventArgs ^> ^ CollectionRegistering;
public static event EventHandler<System.Windows.Data.CollectionRegisteringEventArgs> CollectionRegistering;
member this.CollectionRegistering : EventHandler<System.Windows.Data.CollectionRegisteringEventArgs>
Public Shared Custom Event CollectionRegistering As EventHandler(Of CollectionRegisteringEventArgs)
Public Shared Event CollectionRegistering As EventHandler(Of CollectionRegisteringEventArgs)