Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeEventReferenceExpression.cs / 1305376 / CodeEventReferenceExpression.cs
//------------------------------------------------------------------------------ //// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeEventReferenceExpression : CodeExpression { private CodeExpression targetObject; private string eventName; ///[To be supplied.] ////// public CodeEventReferenceExpression() { } ///[To be supplied.] ////// public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) { this.targetObject = targetObject; this.eventName = eventName; } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { this.targetObject = value; } } ///[To be supplied.] ////// public string EventName { get { return (eventName == null) ? string.Empty : eventName; } set { eventName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// // //----------------------------------------------------------------------------- namespace System.CodeDom { using System.Diagnostics; using System; using Microsoft.Win32; using System.Collections; using System.Runtime.InteropServices; ///[....] // Copyright (c) Microsoft Corporation. All rights reserved. ///// [ ClassInterface(ClassInterfaceType.AutoDispatch), ComVisible(true), Serializable, ] public class CodeEventReferenceExpression : CodeExpression { private CodeExpression targetObject; private string eventName; ///[To be supplied.] ////// public CodeEventReferenceExpression() { } ///[To be supplied.] ////// public CodeEventReferenceExpression(CodeExpression targetObject, string eventName) { this.targetObject = targetObject; this.eventName = eventName; } ///[To be supplied.] ////// public CodeExpression TargetObject { get { return targetObject; } set { this.targetObject = value; } } ///[To be supplied.] ////// public string EventName { get { return (eventName == null) ? string.Empty : eventName; } set { eventName = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListViewInsertedEventArgs.cs
- LinqDataSource.cs
- ThicknessAnimationBase.cs
- CellTreeNode.cs
- WhitespaceRuleLookup.cs
- AutomationProperties.cs
- TreeNode.cs
- CatalogZoneBase.cs
- PerfService.cs
- FontDriver.cs
- LinqExpressionNormalizer.cs
- SecurityResources.cs
- AutomationProperties.cs
- SplayTreeNode.cs
- DebugView.cs
- SchemaImporterExtensionElementCollection.cs
- TrustManager.cs
- SqlDelegatedTransaction.cs
- DataSourceCache.cs
- IDQuery.cs
- EmptyCollection.cs
- ServicePointManager.cs
- HashSetDebugView.cs
- Rect.cs
- WebControlAdapter.cs
- OdbcReferenceCollection.cs
- CaseKeyBox.xaml.cs
- SerialPort.cs
- DataView.cs
- EntityClassGenerator.cs
- XPathNodeInfoAtom.cs
- ConfigPathUtility.cs
- Object.cs
- PerformanceCountersElement.cs
- InvariantComparer.cs
- ResourceExpression.cs
- TextBounds.cs
- EdmToObjectNamespaceMap.cs
- RenderDataDrawingContext.cs
- XmlResolver.cs
- FacetValues.cs
- ColorAnimation.cs
- FirstMatchCodeGroup.cs
- HttpServerUtilityBase.cs
- EdgeProfileValidation.cs
- CacheSection.cs
- FontStyles.cs
- RightsManagementEncryptionTransform.cs
- DataControlFieldHeaderCell.cs
- QueryOpeningEnumerator.cs
- DynamicValidator.cs
- DictionaryEntry.cs
- CustomAttributeSerializer.cs
- LassoSelectionBehavior.cs
- ArraySubsetEnumerator.cs
- RelationshipDetailsRow.cs
- RelationshipEnd.cs
- ReadOnlyDictionary.cs
- Rules.cs
- Vector3DConverter.cs
- DATA_BLOB.cs
- PropertyConverter.cs
- Matrix3D.cs
- LocatorPart.cs
- TextEndOfLine.cs
- DialogResultConverter.cs
- LogStore.cs
- MethodInfo.cs
- TextReader.cs
- CqlErrorHelper.cs
- CreateRefExpr.cs
- UDPClient.cs
- WindowInteropHelper.cs
- HttpWrapper.cs
- SamlAuthenticationClaimResource.cs
- MethodExpr.cs
- UserNamePasswordValidationMode.cs
- Math.cs
- DiagnosticsConfigurationHandler.cs
- ScriptReferenceEventArgs.cs
- __ConsoleStream.cs
- DictationGrammar.cs
- SqlProcedureAttribute.cs
- SecurityKeyType.cs
- SAPICategories.cs
- WindowsListViewItemStartMenu.cs
- AssemblyEvidenceFactory.cs
- CryptographicAttribute.cs
- LineServicesRun.cs
- ConversionValidationRule.cs
- LinqTreeNodeEvaluator.cs
- TextWriterTraceListener.cs
- METAHEADER.cs
- DynamicPhysicalDiscoSearcher.cs
- StrokeCollectionConverter.cs
- SlipBehavior.cs
- PersistChildrenAttribute.cs
- TargetParameterCountException.cs
- WizardForm.cs
- EditorPartCollection.cs