CheckBoxArray.MarginChanged Evento
Definizione
public:
event EventHandler ^ MarginChanged;
public event EventHandler MarginChanged;
member this.MarginChanged : EventHandler
Public Custom Event MarginChanged As EventHandler
Public Event MarginChanged As EventHandler
Tipo evento
Commenti
Questo evento viene generato se la Margin proprietà viene modificata da una modifica a livello di codice o dall'interazione dell'utente.This event is raised if the Margin property is changed by either a programmatic modification or user interaction.
Per altre informazioni su come gestire gli eventi, vedere la gestione e generazione di eventi.For more information about how to handle events, see Handling and Raising Events.
Nota
Le funzioni e gli oggetti inclusi nello spazio dei nomi Microsoft.VisualBasic.Compatibility.VB6 vengono usati con gli strumenti per l'aggiornamento da Visual Basic 6.0 a Visual Basic.Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. Nella maggior parte dei casi queste funzioni e questi oggetti duplicano funzionalità disponibili in altri spazi dei nomi di .NET FrameworkIn most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. e sono necessari solo quando il modello di codice di Visual Basic 6.0 è notevolmente diverso rispetto all'implementazione di .NET Framework.They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.