Notifies the receiver that a rule editor’s rows changed.
Original signature is '- (void)ruleEditorRowsDidChange:(NSNotification *)notification'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
void RuleEditorRowsDidChange( NSNotification notification )
Sub RuleEditorRowsDidChange ( _ notification As NSNotification _ )
void RuleEditorRowsDidChange( NSNotification^ notification )

- notification (NSNotification)
- A notification namedNSRuleEditorRowsDidChangeNotification.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)