Wimark.Controls Class Library  

DataGridViewBindingModel.ValuePushed Event

Occurs when the value of an unbound property is changed and requires storage in the underlying data source.

[Visual Basic]
Public Event ValuePushed As DataGridViewModelValueEventHandler 
[C#]
public event DataGridViewModelValueEventHandler ValuePushed;
[C++]
public: __event DataGridViewModelValueEventHandler* ValuePushed;

Event Data

The event handler receives an argument of type DataGridViewModelValueEventArgs containing data related to this event. The following DataGridViewModelValueEventArgs property provides information specific to this event.

Property Description
ItemIndex Gets a value indicating the item index of the property that raised the event.
PropertyName Gets a value indicating the name of the property that raised the event.
Value Gets or sets the of the property that raised the event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewBindingModel Class | DataGridViewBindingModel Members | Wimark.Controls Namespace