Click or drag to resize

GroupableModelElement_member_ValueChangedString 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.9.0.0 (5.9.0)
Syntax
protected void _member_ValueChangedString(
	Object sender,
	MemberChangedEventArgs<GroupableModelElementChangeType, string> e
)

Parameters

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