MonobjcMonobjc Documented Class Library
NSRuleEditor..::..RuleEditorDisplayValueForCriterionInRowEventHandler Delegate
NamespacesMonobjc.AppKitNSRuleEditorNSRuleEditor..::..RuleEditorDisplayValueForCriterionInRowEventHandler

Returns the value for a given criterion. (required)

Original signature is '- (id)ruleEditor:(NSRuleEditor *)editor displayValueForCriterion:(id)criterion inRow:(NSInteger)row'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate Id RuleEditorDisplayValueForCriterionInRowEventHandler(
	NSRuleEditor editor,
	Id criterion,
	NSInteger row
)
Public Delegate Function RuleEditorDisplayValueForCriterionInRowEventHandler ( _
	editor As NSRuleEditor, _
	criterion As Id, _
	row As NSInteger _
) As Id
public delegate Id^ RuleEditorDisplayValueForCriterionInRowEventHandler(
	NSRuleEditor^ editor, 
	Id^ criterion, 
	NSInteger row
)
Parameters
editor (NSRuleEditor)
The rule editor that sent the message.
criterion (Id)
The criterion for which the value is required.
row (NSInteger)
The row number of criterion.
Return Value
The value for criterion.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)