مشاركة عبر


DataRepeater.DataMemberChanged Event

Occurs when the DataMember property changes.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'إقرار
Public Event DataMemberChanged As EventHandler
'الاستخدام
Dim instance As DataRepeater
Dim handler As EventHandler

AddHandler instance.DataMemberChanged, handler
public event EventHandler DataMemberChanged
public:
 event EventHandler^ DataMemberChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member DataMemberChanged : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

The DataMember property should never change at run time. The DataMember properties of the child controls determine what is displayed at run time.

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Microsoft.VisualBasic.PowerPacks Namespace

DataMember

Other Resources

Introduction to the DataRepeater Control (Visual Studio)