Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / CodeDOM / CodeEventReferenceExpression.cs / 1305376 / CodeEventReferenceExpression.cs
//------------------------------------------------------------------------------
//
//
// [....]
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.CodeDom {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Collections;
using System.Runtime.InteropServices;
///
/// [To be supplied.]
///
[
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.
//------------------------------------------------------------------------------
//
//
// [....]
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.CodeDom {
using System.Diagnostics;
using System;
using Microsoft.Win32;
using System.Collections;
using System.Runtime.InteropServices;
///
/// [To be supplied.]
///
[
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageDrawing.cs
- ZoneLinkButton.cs
- ColumnMap.cs
- altserialization.cs
- GraphicsState.cs
- RegistrationContext.cs
- ActivityMarkupSerializer.cs
- OpacityConverter.cs
- ObjectFullSpanRewriter.cs
- WindowsListBox.cs
- MemoryMappedFile.cs
- CookieProtection.cs
- InternalConfigSettingsFactory.cs
- WebColorConverter.cs
- XMLSchema.cs
- Decoder.cs
- XmlSchemaAnnotation.cs
- StreamWriter.cs
- PointAnimationUsingKeyFrames.cs
- SqlCacheDependencyDatabaseCollection.cs
- IndentedWriter.cs
- AllMembershipCondition.cs
- HttpBindingExtension.cs
- RegisteredExpandoAttribute.cs
- Point4D.cs
- Avt.cs
- MetadataCollection.cs
- VerificationAttribute.cs
- Util.cs
- TransformedBitmap.cs
- SafeLocalMemHandle.cs
- SingleAnimationBase.cs
- InternalEnumValidatorAttribute.cs
- XmlSerializationWriter.cs
- Calendar.cs
- ProxyGenerationError.cs
- MarshalByValueComponent.cs
- SqlCachedBuffer.cs
- StyleSheetComponentEditor.cs
- DiscoveryDefaults.cs
- NavigationPropertyEmitter.cs
- smtppermission.cs
- SoapHeaderAttribute.cs
- WMIInterop.cs
- CacheMemory.cs
- AppDomainCompilerProxy.cs
- EntitySqlQueryState.cs
- XmlTextReaderImpl.cs
- HttpPostedFile.cs
- PageVisual.cs
- DataColumnSelectionConverter.cs
- Pkcs7Recipient.cs
- NamespaceExpr.cs
- LoginAutoFormat.cs
- ListViewGroup.cs
- QueryableDataSource.cs
- Identifier.cs
- ConfigurationPropertyCollection.cs
- EntityObject.cs
- connectionpool.cs
- CodeAttributeArgument.cs
- FunctionGenerator.cs
- EntitySqlQueryBuilder.cs
- ToolStripArrowRenderEventArgs.cs
- NodeLabelEditEvent.cs
- VisualBrush.cs
- NavigationExpr.cs
- DrawingAttributeSerializer.cs
- SecurityKeyIdentifier.cs
- PrintPreviewGraphics.cs
- sqlinternaltransaction.cs
- EdmFunctionAttribute.cs
- RightsManagementEncryptionTransform.cs
- ScopelessEnumAttribute.cs
- XmlSchemaException.cs
- DocobjHost.cs
- ListViewItem.cs
- DocumentReference.cs
- GeometryDrawing.cs
- HttpCapabilitiesBase.cs
- UshortList2.cs
- DiscreteKeyFrames.cs
- IPipelineRuntime.cs
- ClientTarget.cs
- StorageComplexTypeMapping.cs
- LicenseContext.cs
- ServiceModelSecurityTokenRequirement.cs
- XslTransformFileEditor.cs
- MimeTextImporter.cs
- BitmapCodecInfoInternal.cs
- ColumnProvider.cs
- PropertyPath.cs
- IntSecurity.cs
- RedistVersionInfo.cs
- KeyInstance.cs
- TextServicesManager.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- ScrollPattern.cs
- ProcessModelSection.cs
- SpeakInfo.cs