Visual Basic (Declaration) | |
---|---|
Public Event ScheduledProtocolCodeSequenceRowDeleting As MWLDataset.ScheduledProtocolCodeSequenceRowChangeEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MWLDataset.ScheduledProtocolCodeSequenceDataTable Dim handler As MWLDataset.ScheduledProtocolCodeSequenceRowChangeEventHandler AddHandler instance.ScheduledProtocolCodeSequenceRowDeleting, handler |
C# | |
---|---|
public event MWLDataset.ScheduledProtocolCodeSequenceRowChangeEventHandler ScheduledProtocolCodeSequenceRowDeleting |
C++/CLI | |
---|---|
public: event MWLDataset.ScheduledProtocolCodeSequenceRowChangeEventHandler^ ScheduledProtocolCodeSequenceRowDeleting |