Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / CodeDOM / CodeEventReferenceExpression.cs / 1 / 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; ////// [ 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; } } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LostFocusEventManager.cs
- LinkedResource.cs
- Delay.cs
- GAC.cs
- XamlPathDataSerializer.cs
- ScrollableControl.cs
- GridViewDeleteEventArgs.cs
- SqlDataSourceView.cs
- Operand.cs
- UIPropertyMetadata.cs
- FontFamily.cs
- ActiveDocumentEvent.cs
- LiteralText.cs
- ModuleConfigurationInfo.cs
- TimeoutTimer.cs
- ExtentCqlBlock.cs
- SqlDataSourceView.cs
- MiniLockedBorderGlyph.cs
- WindowsRichEditRange.cs
- Operand.cs
- _CookieModule.cs
- DataGridColumn.cs
- TableLayoutColumnStyleCollection.cs
- SqlDataSourceConfigureSelectPanel.cs
- TemplateControlBuildProvider.cs
- BamlResourceDeserializer.cs
- AbandonedMutexException.cs
- ServerIdentity.cs
- RowParagraph.cs
- StreamUpdate.cs
- TypeSemantics.cs
- DPAPIProtectedConfigurationProvider.cs
- UnsafeNativeMethodsTablet.cs
- QilUnary.cs
- DBSqlParserTable.cs
- TcpSocketManager.cs
- JournalEntry.cs
- JapaneseLunisolarCalendar.cs
- ObjectDataSourceMethodEventArgs.cs
- XsltOutput.cs
- TraceContextEventArgs.cs
- StateItem.cs
- DataGridColumnStyleMappingNameEditor.cs
- Listbox.cs
- FastEncoder.cs
- SqlColumnizer.cs
- ToolStrip.cs
- GeneralTransformCollection.cs
- XamlTypeMapper.cs
- SessionParameter.cs
- HttpRuntimeSection.cs
- BasicCellRelation.cs
- KeyFrames.cs
- Rotation3DAnimationUsingKeyFrames.cs
- FormsAuthenticationUser.cs
- Odbc32.cs
- _StreamFramer.cs
- MailAddressCollection.cs
- AccessDataSourceView.cs
- ZipPackagePart.cs
- DirtyTextRange.cs
- CrossAppDomainChannel.cs
- Triplet.cs
- StateMachineWorkflow.cs
- PanelDesigner.cs
- XmlCustomFormatter.cs
- ActivityDesignerAccessibleObject.cs
- ArrayElementGridEntry.cs
- SecurityMode.cs
- WSHttpBindingElement.cs
- SpecularMaterial.cs
- IndexedString.cs
- NullableIntAverageAggregationOperator.cs
- CodeGroup.cs
- HandlerFactoryCache.cs
- StringToken.cs
- AxHost.cs
- PriorityQueue.cs
- HttpDebugHandler.cs
- BuildProvidersCompiler.cs
- CombinedGeometry.cs
- SqlGenericUtil.cs
- ApplicationServicesHostFactory.cs
- EdmToObjectNamespaceMap.cs
- XPathNavigator.cs
- InlineCollection.cs
- SerializationAttributes.cs
- Rect3D.cs
- DeferredSelectedIndexReference.cs
- SamlAssertionKeyIdentifierClause.cs
- InstanceDescriptor.cs
- CryptoStream.cs
- Event.cs
- HashRepartitionEnumerator.cs
- TraceUtils.cs
- TimeSpanStorage.cs
- _UriTypeConverter.cs
- DataGridColumnHeadersPresenter.cs
- SmtpNtlmAuthenticationModule.cs
- VirtualDirectoryMappingCollection.cs