Click or drag to resize
GroupableModelElement_member_ValueChangedTValue Method
Handles the ValueChanged event of a member variable which is a commandifiedmember.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected void _member_ValueChanged<TValue>(
	Object sender,
	MemberChangedEventArgs<GroupableModelElementChangeType, TValue> e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: SD.Tools.Algorithmia.GeneralDataStructures.EventArgumentsMemberChangedEventArgsGroupableModelElementChangeType, TValue
The event arguments instance containing the event data.

Type Parameters

TValue
The type of the value.
See Also